reftest: Avoid assertions being compiled out
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 18 Jan 2022 12:30:47 +0000 (12:30 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 18 Jan 2022 14:07:37 +0000 (14:07 +0000)
commit23aec81f1ade10e2c9fddc1cef6475bad137b952
tree16c5069f081c044dd0a03c40882dd017cb5b5f5d
parent93bc97b7ec610c57ea974ee57d33d24b075627ff
reftest: Avoid assertions being compiled out

Calling functions inside a g_assert() means those functions will be
compiled out when building with G_DISABLE_ASSERT.

This fixes the release job in the CI pipeline.
testsuite/reftests/gtk-reftest.c